home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / VBASIC / VB42VB3.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1996-02-22  |  2.5 KB  |  60 lines

  1. CONV.MAK - Converts VB4 Projects back to VB3
  2. ============================================
  3.  
  4. Notes:
  5. - Any reserved words used in your projects may also be translated to
  6.   their respective VB3 counterparts. 
  7. - Don't try to convert this project back and forth as it also contains
  8.   lots of reserved words (really!)
  9. - All Images, Icons and Pictures will be lost when converting back
  10.   to VB3; who knows how VB4 saves these...
  11. - If you have any "special" Controls, the program may not necessarily
  12.   convert these correctly. Check your VB4 FRM-Files and adjust the
  13.   GLOBAL.BAS appropriately to convert your controls if they don't
  14.   come right.
  15. - If VB3 GPFs or coughs when loading the project, try to remove any
  16.   unnecessary stuff from the END of your MAKs. When forms don't load
  17.   properly the wrongly translated stuff is converted into picture
  18.   boxes; test to see if the control is loaded in your project and
  19.   adjust the frm-file by hand (otherwise VB3 kills the special
  20.   propertys). 
  21. - Some VB4-OCXs are converted back to VB3 VBXs. Special OCXs are 
  22.   generally ignored and need to be added as VBXs back to the 
  23.   project.
  24.  
  25. Tips:
  26. - Let the program translate your project and see how VB3 coughs
  27.   on it.
  28. - Look at the LOG-Files to see what needs to be changed in the
  29.   converter and plug these things in (hey, you gotta know how 
  30.   to program to use the program, ok).
  31. - Retranslate and look, test and try again
  32. - when MOST of it looks ok, take the FRMs and modify the rest
  33.   via Editor (NOT in VB). Copy & Paste your tabs onto seperate
  34.   Pictureboxes which can then be placed in "old" Tab-VBXs.
  35. - Load VB & add GLOBALS.TXT & DATACONS.TXT as well as any
  36.   global files you need for 3rd party stuff. To be certain they 
  37.   work, use the ORIGINAL files, not the ones VB4 "changed".
  38. - Make sure the Compatibility layer is installed and all the
  39.   databases are v1.1 or v2.0 (& not corrupt... :-() 
  40. - Run the project and correct all the stuff it burps on (globals,
  41.   Database access, etc.). 
  42. - Test test test
  43. - (it should work about now)
  44. - Reinstall all pictures, bitmaps, icons,
  45. - make EXE
  46. - Test Test Test
  47. - Send Microsoft lots of mean emails and faxes and phone calls and
  48.   try to get them to pay for the time you lost trying to integrate
  49.   vb4 and finding the bugs for them. 
  50. - Send me a postcard when it works
  51.  
  52. (c) 1996 SOFTplus Entwicklungen GmbH
  53.          John Mueller
  54.          Unterdorf 143
  55.          CH-8933 Maschwanden
  56.          SWITZERLAND
  57.  
  58.          softplus@access.ch
  59.  
  60.